home *** CD-ROM | disk | FTP | other *** search
- #
- # sample configuration file for mint
- # the legal commands are:
- # echo -- print a message
- # cd -- change directory+drive
- # sln -- create a symbolic link
- # ren -- rename a file
- # exec -- execute a program
- # setenv -- set an environment variable
- #
- # variables that can be set are
- # INIT -- program to run at boot-up
- # HARDSCROLL -- number of lines for hardware scrolling
- # for u:\dev\fasttext
- # CON -- default console device
- # PRN -- default printer device
- # BIOSBUF=NO -- disables output buffer; this
- # may be needed with a few programs
- #
- # lines starting with '#' are comments
-
- # Uncompress minimint.tgz on the Ramdisk:
-
- setenv UNIXMODE /brUs
- setenv TZ MET-1METDST
- setenv PCONVERT PATH,HOME,SHELL
-
- echo
- echo Uncompress the RAM-Disk. Please wait...
- echo
-
- exec tar.ttp -C /ram -xzf minimint.tgz
-
- echo
- echo Done.
- echo
-
- # Install all the symbolic links for the drive u:.
-
- sln u:\ram\bin u:\bin
- sln u:\ram\etc u:\etc
- sln u:\ram\home u:\home
- sln u:\ram\usr u:\usr
- sln u:\ram\tmp u:\tmp
-
- echo
- echo Copy tar and gzip on the RAM-Disk...
- echo
-
- exec u:\bin\install -c -m 755 tar.ttp /bin/tar
- exec u:\bin\install -c -m 755 gzip.ttp /bin/gzip
- exec u:\bin\install -c -m 644 filesys.tgz /tmp/filesys.tgz
- exec u:\bin\install -c -m 644 setup /bin/setup
- cd u:\
-
- setenv HOME \home
-
- setenv TERM st52
-
- echo
- echo run the installation program for the Kit...
- echo
-
- INIT=\bin\sh \bin\setup
-